home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ladybug2.arc / README < prev    next >
Text File  |  1985-04-19  |  5KB  |  109 lines

  1.  
  2.              David N. Smith's LadyBug
  3.  
  4.  
  5. LADYBUG.EXE is the LadyBug program itself.  It is written in compiled
  6.     BASIC.  Run it by entering `LADYBUG' at the DOS prompt.
  7.  
  8. LADYBUG.LST is the documentation for LadyBug.  It contains complete
  9.     instructions for the program and an introduction to LOGO and its
  10.     ideas.  An index is provided.
  11.  
  12. STATUS.LST contains any information David Smith wishes to add to what is
  13.     contained in the manual.  STATUS.LST is used to convey news about
  14.     recent enhancements to LadyBug or bug reports.
  15.  
  16. *.BUG is a series of LadyBug procedures.  In LOGO, procedures are like
  17.     instructions or programs.  LadyBug permits you to write your own
  18.     procedures and save them to disk.
  19.  
  20. PROBLEM is a problem report form.  David Smith would like you to tell him
  21.     of any bugs you discover in LadyBug (apart from the one in the
  22.     name).
  23.  
  24. FRED.EXE is the FRee EDitor, also written by David Smith.  It is a simple
  25.     and easy-to-use text editor which is closely related to LadyBug's
  26.     program    editor.
  27.  
  28. FRED.LST contains additional documentation for FRED.  The main part is
  29.     found in Appendix A of the LadyBug user's manual, since FRED was
  30.     adapted to serve as LadyBug's program editor.
  31.  
  32.  
  33. These files contain David N. Smith's LadyBug, a compiled BASIC implementation
  34. of LOGO's Turtle Graphics for the IBM PC.  LadyBug requires the
  35. color/graphics adapter and 128K in which to run.  (It barely fits on the
  36. PCjr.)  If you have a dual monitor system, it permits you to enter
  37. instructions on the monochrome monitor while displaying results on the
  38. color screen.
  39.  
  40. LadyBug comes complete with a version of FRED, the FRee EDitor as its
  41. program text editor.  The user's manual for LadyBug is contained in the
  42. file LADYBUG.LST and is quite complete -- 88 pages!
  43.  
  44. You run LadyBug by entering "LADYBUG" at the DOS prompt.  Novices will find
  45. it convenient to remember that the F1 key interrupts a procedure and
  46. returns you to Command level, where "BYE" causes an exit from the program. 
  47. Help screens are also provided.  After starting Ladybug, give the command
  48. "LOAD HELP".  The Help program will then take over.
  49. .pa
  50. This volume is so full that DOS will not fit.  In fact, it was not possible
  51. even to reserve space for the hidden system files; therefore even deleting
  52. some of the files presently on disk will not permit transfer of DOS.  If
  53. you wish to run LadyBug from a system diskette, you will need to copy the
  54. necessary files to such a disk.  The simplest way to make it fit is not to
  55. copy LADYBUG.LST, the documentation file, which is 140K in length.
  56.  
  57. If you are impatient to try LadyBug, we suggest that you do the following: 
  58. 1) start LadyBug; 2) type "poly 60 120"; 3) hit F1; 4) type "poly" followed
  59. by any two numbers you like; 5) hit F1 to stop; 6) "bye" will get you out.
  60.  
  61. David Smith has provided an update file called STATUS.LST which tells you
  62. about any remaining bugs in LadyBug or of any recent enhancements.  He also
  63. includes a README file (below) which gives instructions for printing out the
  64. documentation. 
  65.  
  66.                         LadyBug Version 1.0d (and FRED)
  67.                         -------------------------------
  68.  
  69.      This disk contains LadyBug, an implementation of LOGO Turtle Graphics
  70.      for the IBM PC.  It also contains FRED the FRee EDitor.  It is a
  71.      double sided 8 sector diskette which will work with PC/DOS versions
  72.      1.0, 1.1, 2.0, and 2.1.  It should work with MS/DOS versions 1.0, 1.25,
  73.      and 2.0 on machines which are compatible with the PC but has not been
  74.      tested on them.
  75.  
  76.      The files on the diskette are:
  77.  
  78.      LADYBUG.EXE  is the program.  It is version 1.0c (not 1.0d!)
  79.      *.BUG        are LadyBug procedures.
  80.  
  81.      LADYBUG.LST  is the document.
  82.                   It should print on virtually any printer.  There is no
  83.                   left margin in the file.  Move the paper to the left
  84.                   1/2 inch or more before printing it.  To print:
  85.                   On any DOS do:  COPY LADYBUG.LST LPT1:
  86.                   On DOS 2.x do:  PRINT LADYBUG.LST
  87.      STATUS.LST   is an addendum to the manual for this version.
  88.      PROBLEM      is both a problem report form and a mailer for it.
  89.  
  90.      FRED.EXE     The FRee EDitor;  FRED is sometimes useful in preparing
  91.                   special input files for LadyBug.
  92.      FRED.LST     The documentation for FRED.
  93.  
  94.  
  95.  
  96.      See the file STATUS.LST for a list of known bugs, manual updates,
  97.      and other information specific to this version.
  98.  
  99.  
  100.      Hardcopy documentation is no longer available.  All documentation
  101.      is on the diskette.
  102.  
  103.      Despite a lot of testing, it is still possible that you could find
  104.      something wrong.  I certainly want to know about it so that I can
  105.      fix it.  If you print the file PROBLEM, you will have both a form
  106.      to fill out and an addressed mailer.  Just make a quick note about
  107.      the problem and drop the form in the mail.
  108.  
  109.